Modules and Components
List of modules for Beauty Framework
.
Required in beauty-framework/app
beauty-framework/core
: Framework core librarybeauty-framework/http
: PSR-7 request/response wrappersbeauty-framework/validation
: Laravel-like request validationbeauty-framework/database
: Lightweight query builderbeauty-framework/cache
: PSR-6 cache adapterbeauty-framework/jobs
: Fiber-based job runner with RoadRunner supportbeauty-framework/cli
: Framework-aware CLI kernelbeauty-framework/parallels
: Parallel processing with Fibers (todo: RoadRunner)
Optional
beauty-framework/grpc
: gRPC support (documentation)beauty-framework/collection
: Collection viaArray
orDs\Map
(documentation)beauty-framework/module-support
: Module generation support (documentation)beauty-framework/openapi-support
: Support OpenAPI schema and Redoc for API docs (documentation)